home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / demos / mastdemo.zoo / master / startup.bat < prev   
DOS Batch File  |  1990-03-22  |  265b  |  9 lines

  1. version => v
  2. # we only want the Master-version
  3. cdr -5 v => v
  4. show -m => m
  5. # say hello to the world
  6. printf "Wellcome to the Demo of %s!\nYou have %s bytes of main memory.\n" v "$m[-1]"
  7. # restore with set-variables global (not local to this batch)
  8. restore -g
  9.